home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / help_sys / hlpgn131.zip / hlpgena.mac < prev    next >
Text File  |  1996-09-05  |  22KB  |  721 lines

  1. .begin_file
  2. .com(=================================)
  3. .com( RTF commands TOC topic          )
  4. .com(=================================)
  5. .ent(rtfcmd,RTF Commands,Some Useful )
  6. .in
  7. ##.j(cmdbrdrdb,\\brdrdb)
  8. ##.j(cmdbrdrs,\\brdrs)
  9. ##.j(cmdbrdrsh,\\brdrsh)
  10. ##.j(cmdbrdrth,\\brdrth)
  11. ##.j(cmdli,\\li)
  12. ##.j(cmdri,\\ri)
  13. ##.j(cmdql,\\ql)
  14. ##.j(cmdqr,\\qr)
  15. ##.j(cmdqj,\\qj)
  16. ##.j(cmdqc,\\qc)
  17. ##.j(cmdtab,\\tab)
  18. ##.j(cmdhh,\\'hh)
  19. .un
  20. .n
  21. .box
  22. .b(NOTE:) All .p(rtfcmds,RTF commands) should be separated from
  23.  regular text by some kind of 'white space'.  This includes a space
  24.  (' ') or a carriage return.
  25. .bend
  26. .end
  27. .com(=================================)
  28. .com( start macro topic               )
  29. .com(=================================)
  30. .ent(cmdstr,\'2estart Macro,The )
  31. .b(SYNTAX:) \'2estart(label,topic,bitmap_file,application_name).n
  32. .n
  33. .b(EXPLANATION:) This .p1(macro) marks the beginning of a macro
  34.  file.  It produces an attractive header for the Table of Contents
  35.  .p1(topic).  .b(label) and .b(topic) are as described for the
  36.  \'2eent macro.  .b(bitmap_file) is the filename of a \'2eBMP file
  37.  generated by a bitmap editor such as Windows Paintbrush.
  38.  .b(application_name) is the title that will appear in the header of
  39.  the Table of Contents topic.  You must provide a topic entry labeled
  40.  'icon' which will be jumped to when the user clicks on the icon in
  41.  the Table of Contents header.  The \'2estart statement also requires
  42.  a corresponding \'2eend to indicate the end of the table of
  43.  contents..n
  44. .n
  45. .b(EXAMPLE:).n.n
  46. .[
  47. \li720
  48. \'2estart(main,Contents,DEMO\'2eBMP,A Help Demonstration).n
  49. This is the table of contents topic. It is ended by the
  50.  next line..n
  51. \'2eend.n
  52. .n
  53. \'2eent(icon,Version,Help File ).n
  54. This is a mandatory topic.  We jump to here when the
  55.  DEMO\'2eBMP icon is clicked..n
  56. \'2eend.n
  57. .n
  58. \'2eend_file.n
  59. .]
  60. .n
  61. .b(SEE ALSO:) .j(cmdef,\'2eend_file)
  62. .end
  63. .com(=================================)
  64. .com( startc macro topic              )
  65. .com(=================================)
  66. .ent(cmdstrc,\'2estartc Macro,The )
  67. .b(SYNTAX:) \'2estartc(label,topic,bitmap_file,application_name,context_name,context_number).n
  68. .n
  69. .b(EXPLANATION:) This .p1(macro) marks the beginning of a macro
  70.  file.  It produces an attractive header for the Table of Contents
  71.  .p1(topic).  .b(label) and .b(topic) are as described for the
  72.  \'2eent macro.  .b(bitmap_file) is the filename of a \'2eBMP file
  73.  generated by a bitmap editor such as Windows Paintbrush.
  74.  .b(application_name) is the title that will appear in the header of
  75.  the Table of Contents topic.  You must provide a topic entry labeled
  76.  'icon' which will be jumped to when the user clicks on the icon in
  77.  the Table of Contents header.  The \'2estartc statement also requires
  78.  a corresponding \'2eend to indicate the end of the table of
  79.  contents..n
  80. .n
  81. .b(context_name) is the name of the context associated with this topic.
  82.  .b(context_number) is a number that may be used by an external program
  83.  to select this topic..n.n
  84. .b(EXAMPLE:).n.n
  85. .[
  86. \li720
  87. \'2estartc(main,Contents,DEMO\'2eBMP,Help Demo,general,001).n
  88. This is the table of contents topic. It is ended by the
  89.  next line..n
  90. \'2eend.n
  91. .n
  92. \'2eent(icon,Version,Help File ).n
  93. This is a mandatory topic.  We jump to here when the
  94.  DEMO\'2eBMP icon is clicked..n
  95. \'2eend.n
  96. .n
  97. \'2eend_file.n
  98. .]
  99. .n
  100. .b(SEE ALSO:) .j(cmdef,\'2eend_file)
  101. .end
  102. .com(=================================)
  103. .com( ent macro topic                 )
  104. .com(=================================)
  105. .ent(cmdent,\'2eent Macro,The )
  106. .b(SYNTAX:) \'2eent(label,topic,prefix).n
  107. .n
  108. .b(EXPLANATION:) This .p1(macro) marks the start of a .p1(topic)
  109.  entry.  .b(label) is used to refer to the topic in the \'2ej and
  110.  \'2ej1 macros, .b(topic) is the name that will appear in the topic
  111.  header and in the Search dialog box; and .b(prefix) is a string that
  112.  will appear as a prefix in the header (if the topic is "Frogs" and
  113.  the prefix is "The", the header will be "The Frogs" but the entry in
  114.  the Search dialog box will be "Frogs").  The prefix can be an empty
  115.  string..n
  116. .n
  117. .b(EXAMPLE:).n
  118. .n
  119. .[
  120. \li720
  121. \'2eent(file,File Commands, ).n
  122. \'2ein.n
  123. \'23\'23\'2ej(open,Open File)\'2en.n
  124. \'2eun.n
  125. \'2eend.n
  126. .n
  127. \'2eent(open,Open File, ).n
  128. This command allows you to open an existing file..n
  129. \'2eend.n.n
  130. .]
  131. .b(SEE ALSO:) .j(cmdend,\'2eend), .j(cmdj,\'2ej), .j(cmdj1,\'2ej1).n
  132. .end
  133. .com(=================================)
  134. .com( entc macro topic                )
  135. .com(=================================)
  136. .ent(cmdentc,\'2eentc Macro,The )
  137. .b(SYNTAX:) \'2eentc(label,topic,prefix,context_name,context_number).n
  138. .n
  139. .b(EXPLANATION:) This .p1(macro) marks the start of a .p1(topic)
  140.  entry.  .b(label) is used to refer to the topic in the \'2ej and
  141.  \'2ej1 macros, .b(topic) is the name that will appear in the topic
  142.  header and in the Search dialog box; and .b(prefix) is a string that
  143.  will appear as a prefix in the header (if the topic is "Frogs" and
  144.  the prefix is "The", the header will be "The Frogs" but the entry in
  145.  the Search dialog box will be "Frogs").  The prefix can be an empty
  146.  string. .b(context_name) is the name of the context associated with
  147.  this topic. .b(context_number) is a number that may be used by an
  148.  external program to select this topic..n
  149. .n
  150. .b(EXAMPLE:).n
  151. .n
  152. .[
  153. \li720
  154. \'2eentc(file,File Commands, ,menucmds,010).n
  155. \'2ein.n
  156. \'23\'23\'2ej(open,Open File)\'2en.n
  157. \'2eun.n
  158. \'2eend.n
  159. .n
  160. \'2eentc(open,Open File, ,menucmds,020).n
  161. This command allows you to open an existing file..n
  162. \'2eend.n.n
  163. .]
  164. .b(SEE ALSO:) .j(cmdend,\'2eend), .j(cmdj,\'2ej), .j(cmdj1,\'2ej1).n
  165. .end
  166. .com(=================================)
  167. .com( pent macro topic                )
  168. .com(=================================)
  169. .ent(cmdpent,\'2epent Macro,The )
  170. .b(SYNTAX:) \'2epent(label,topic).n
  171. .n
  172. .b(EXPLANATION:) This .p1(macro) is identical to \'2eent, except
  173.  that it creates .p1(popup) topic boxes instead of .p1(topic) pages.
  174.  This type of popup box is usually used for definitions.  .b(label)
  175.  is used to refer to the topic in the \'2ep and \'2ep1 macros
  176.  described below.  .b(topic) should match the topic label in
  177.  the corresponding \'2ep or \'2ep1 macro..n
  178. .n
  179. .b(EXAMPLE:).n
  180. .n
  181. .[
  182. \li720
  183. \'2eent(size,Font Size,Changing ).n
  184. This item allows you to change the size of the display font.  The
  185.  new size can be anywhere from 6 \'2ep1(points) to 72 points..n
  186. \'2eend.n
  187. .n
  188. \'2epent(points,Points).n
  189. A sizing standard for text.  There are 72 points to the inch.
  190.  Therefore, 6 points is 6/72" = 1/12"..n
  191. \'2eend.n.n
  192. .]
  193. .b(SEE ALSO:) .j(cmdend,\'2eend), .j(cmdp,\'2ep), .j(cmdp1,\'2ep1).n
  194. .end
  195. .com(=================================)
  196. .com( pentc macro topic               )
  197. .com(=================================)
  198. .ent(cmdpentc,\'2epentc Macro,The )
  199. .b(SYNTAX:) \'2epentc(label,topic,context_name,context_number).n
  200. .n
  201. .b(EXPLANATION:) This .p1(macro) is identical to \'2eentc, except
  202.  that it creates .p1(popup) topic boxes instead of .p1(topic) pages.
  203.  This type of popup box is usually used for definitions.  .b(label)
  204.  is used to refer to the topic in the \'2ep and \'2ep1 macros
  205.  described below.  .b(topic) should match the topic label in
  206.  the corresponding \'2ep or \'2ep1 macro. .b(context_name) is the
  207.  name of the context associated with this popup and .b(context_number)
  208.  is a number that may be used by an external program to select this
  209.  popup..n
  210. .n
  211. .b(EXAMPLE:).n
  212. .n
  213. .[
  214. \li720
  215. \'2eent(size,Font Size,Changing ).n
  216. This item allows you to change the size of the display font.  The
  217.  new size can be anywhere from 6 \'2ep1(points) to 72 points..n
  218. \'2eend.n
  219. .n
  220. \'2epentc(points,Points,texthlp,235).n
  221. A sizing standard for text.  There are 72 points to the inch.
  222.  Therefore, 6 points is 6/72" = 1/12"..n
  223. \'2eend.n.n
  224. .]
  225. .b(SEE ALSO:) .j(cmdend,\'2eend), .j(cmdp,\'2ep), .j(cmdp1,\'2ep1).n
  226. .end
  227. .com(=================================)
  228. .com( end macro topic                 )
  229. .com(=================================)
  230. .ent(cmdend,\'2eend Macro,The )
  231. .b(SYNTAX:) \'2eend.n
  232. .n
  233. .b(EXPLANATION:) This .p1(macro) marks the end of a .p1(topic) entry
  234.  that was started with \'2eent or \'2epent..n
  235. .n
  236. .b(EXAMPLE:) See the examples for \'2estart, \'2eent and \'2epent..n
  237. .n
  238. .b(SEE ALSO:) .j(cmdstr,\'2estart), .j(cmdent,\'2eent),
  239. .j(cmdpent,\'2epent).n
  240. .end
  241. .com(=================================)
  242. .com( j macro topic                   )
  243. .com(=================================)
  244. .ent(cmdj,\'2ej Macro,The )
  245. .b(SYNTAX:) \'2ej(label,string).n
  246. .n
  247. .b(EXPLANATION:) This .p1(macro) creates an underlined .b(string)
  248.  and uses the string as a jump area.  If the user clicks on a jump
  249.  area, the .p1(topic) represented by .b(label) is shown on the
  250.  screen..n
  251. .n
  252. .b(EXAMPLE:).n
  253. .n
  254. .[
  255. \li720
  256. \'2eent(layout,Page Layout,The ).n
  257. How to Lay Out.n
  258. \'2es.n
  259. \'2ej(pageno,Page Numbers)\'2en.n
  260. \'2ej1(Headers)\'2en.n
  261. \'2ej1(Footers)\'2en.n
  262. \'2eend.n
  263. .n
  264. \'2eent(pageno,Page Numbers, Laying Out ).n
  265. Text for page number layout goes here..n
  266. \'2eend.n
  267. .n
  268. \'2eent(Headers,Headers,Laying Out ).n
  269. Text for page header layout goes here..n
  270. \'2eend.n
  271. .n
  272. \'2eent(Footers,Footers,Laying Out ).n
  273. Text for page footer layout goes here..n
  274. \'2eend.n.n
  275. .]
  276. .b(SEE ALSO:) .j(cmdent,\'2eent), .j(cmdj1,\'2ej1),
  277. .j(cmdbj,\'2ebj).n
  278. .end
  279. .com(=================================)
  280. .com( j1 macro topic                  )
  281. .com(=================================)
  282. .ent(cmdj1,\'2ej1 Macro,The )
  283. .b(SYNTAX:) \'2ej1(label).n
  284. .n
  285. .b(EXPLANATION:) This .p1(macro) is identical to a \'2ej with its
  286.  .b(label) and .b(string) being identical.  This macro is used for
  287.  brevity..n
  288. .n
  289. .b(EXAMPLE:) See the example for the \'2ej command..n
  290. .n
  291. .b(SEE ALSO:) .j(cmdent,\'2eent), .j(cmdj,\'2ej).n
  292. .end
  293. .com(=================================)
  294. .com( p macro topic                   )
  295. .com(=================================)
  296. .ent(cmdp,\'2ep Macro,The )
  297. .b(SYNTAX:) \'2ep(label,string).n
  298. .n
  299. .b(EXPLANATION:) This .p1(macro) underlines .b(string) with a dotted
  300.  line and uses it as a jump area.  If the user clicks on the jump
  301.  area, the topic represented by .b(label) is shown in a .p1(popup)
  302.  window.  This is used to show definitions..n
  303. .n
  304. .b(EXAMPLE:).n
  305. .n
  306. .[
  307. \li720
  308. \'2eent(cmds,Keyboard Commands,New ).n
  309. The keyboard that supports Chicago has three extra keys; the
  310.  \'2ep1(LWIN) key, the \'2ep1(RWIN) key and the \'2ep(application,APP)
  311.  key..n
  312. \'2eend.n
  313. .n
  314. \'2epent(application,APP).n
  315. When pressed, brings up the context menu at the current select
  316.  position..n
  317. \'2eend.n
  318. .n
  319. \'2epent(LWIN,LWIN).n
  320. Sets the focus to the Chicago User Interface.  Same
  321.  functionality as the RWIN key, but uses a different
  322.  scan code..n
  323. \'2eend.n
  324. .n
  325. \'2epent(RWIN,RWIN).n
  326. Sets the focus to the Chicago User Interface.  Same
  327.  functionality as the LWIN key, but uses a different
  328.  scan code..n
  329. \'2eend.n.n
  330. .]
  331. .b(SEE ALSO:) .j(cmdpent,\'2epent), .j(cmdp1,\'2ep1).n
  332. .end
  333. .com(=================================)
  334. .com( p1 macro topic                  )
  335. .com(=================================)
  336. .ent(cmdp1,\'2ep1 Macro,The )
  337. .b(SYNTAX:) \'2ep1(label).n
  338. .n
  339. .b(EXPLANATION:)  This .p1(macro) is identical to \'2ep with its
  340.  .b(label) and .b(string) being identical.  This macro can be used
  341.  for brevity..n
  342. .n
  343. .b(EXAMPLE:) See the example for the \'2ep command..n
  344. .n
  345. .b(SEE ALSO:) .j(cmdpent,\'2epent), .j(cmdp,\'2ep).n
  346. .end
  347. .com(=================================)
  348. .com( bj macro topic                  )
  349. .com(=================================)
  350. .ent(cmdbj,\'2ebj Macro,The )
  351. .b(SYNTAX:) \'2ebj(label,bitmap_name).n
  352. .n
  353. .b(EXPLANATION:)  This .p1(macro) is creates a graphical jump area
  354.  using .b(bitmap_name) as the graphic.  If the user clicks on the
  355.  jump area, the topic represented by .b(label) is shown on the
  356.  screen..n
  357. .n
  358. .b(EXAMPLE:).n
  359. .n
  360. .[
  361. \li720
  362. \'2eent(filecmds,File Commands, ).n
  363. \'2ebj(new,new\'2ebmp) New File.n
  364. \'2ebj(open,open\'2ebmp) Open File.n
  365. \'2ebj(close,close\'2ebmp) Close File.n
  366. \'2eend.n
  367. .n
  368. \'2eent(new,New File, ).n
  369. Text for new file command goes here..n
  370. \'2eend.n
  371. .n
  372. \'2eent(open,Open File, ).n
  373. Text for open file command goes here..n
  374. \'2eend.n
  375. .n
  376. \'2eent(close,Close File, ).n
  377. Text for close file command goes here..n
  378. \'2eend.n
  379. .n
  380. .]
  381. .b(SEE ALSO:) .j(cmdent,\'2eent), .j(cmdj,\'2ej).n
  382. .end
  383. .com(=================================)
  384. .com( bp macro topic                  )
  385. .com(=================================)
  386. .ent(cmdbp,\'2ebp Macro,The )
  387. .b(SYNTAX:) \'2ebp(label,bitmap_name).n
  388. .n
  389. .b(EXPLANATION:)  This .p1(macro) is creates a graphical jump area
  390.  using .b(bitmap_name) as the graphic.  If the user clicks on the
  391.  jump area, the popup represented by .b(label) is shown on the
  392.  screen..n
  393. .n
  394. .b(EXAMPLE:).n
  395. .n
  396. .[
  397. \li720
  398. \'2eent(filecmds,File Commands, ).n
  399. \'2ebp(new,new\'2ebmp) New File.n
  400. \'2ebp(open,open\'2ebmp) Open File.n
  401. \'2ebp(close,close\'2ebmp) Close File.n
  402. \'2eend.n
  403. .n
  404. \'2epent(new,New File, ).n
  405. Text for new file command goes here..n
  406. \'2eend.n
  407. .n
  408. \'2epent(open,Open File, ).n
  409. Text for open file command goes here..n
  410. \'2eend.n
  411. .n
  412. \'2epent(close,Close File, ).n
  413. Text for close file command goes here..n
  414. \'2eend.n
  415. .n
  416. .]
  417. .b(SEE ALSO:) .j(cmdent,\'2eent), .j(cmdj,\'2ej).n
  418. .end
  419. .com(=================================)
  420. .com( fj macro topic                  )
  421. .com(=================================)
  422. .ent(cmdfj,\'2efj Macro,The )
  423. .b(SYNTAX:) \'2efj(file_name,string).n
  424. .n
  425. .b(EXPLANATION:) This macro creates an underlined .b(string) and uses
  426.  the string as a jump area. Instead of jumping to a topic in the
  427.  current help (or HTML) file, the jump area jumps to the beginning
  428.  of a new help (or HTML) file called .b(file_name). The current file
  429.  is closed and the new file is displayed..n
  430. .n
  431. .b(EXAMPLE:).n
  432. .n
  433. .[
  434. \li720
  435. .b(Windows Help File:).n.n
  436. \tab \'2eent(prgcmds,Programming Commands, ).n
  437. \tab \'2efj(c.hlp,C Commands)\'2en.n
  438. \tab \'2efj(pascal.hlp,Pascal Commands)\'2en.n
  439. \tab \'2efj(winapi.hlp,Windows API)\'2en.n
  440. \tab \'2eend.n.n
  441. .b(HTML pages:).n.n
  442. \tab \'2eent(places,Favorite Places,My ).n
  443. \tab \'2efj(http://www\'2ecoriolis\'2ecom,Coriolis Group)\'2en.n
  444. \tab \'2efj(ftp://ftp\'2emicrosoft\'2ecom,Microsoft ftp Site)\'2en.n
  445. \tab \'2eend.n.n
  446. .]
  447. .b(SEE ALSO:) .j(cmdbfj,\'2ebfj)
  448. .end
  449. .com(=================================)
  450. .com( bfj macro topic                 )
  451. .com(=================================)
  452. .ent(cmdbfj,\'2ebfj Macro,The )
  453. .b(SYNTAX:) \'2ebfj(file_name,bitmap_name).n
  454. .n
  455. .b(EXPLANATION:) This macro creates a graphical jump area using
  456.  the .b(bitmap_name) as the graphic. Instead of jumping to a topic
  457.  in the current help (or HTML) file, the jump area jumps to the
  458.  beginning of a new help (or HTML) file called .b(file_name). The
  459.  current file is closed and the new file is displayed..n
  460. .n
  461. .b(EXAMPLE:).n
  462. .n
  463. .[
  464. \li720
  465. \'2eent(other,Other Help,Links to ).n
  466. \'2ebfj(delphi.hlp,delphi\'2ebmp)\'2en.n
  467. \'2ebfj(bcc.hlp,borcpp\'2ebmp)\'2en.n
  468. \'2eend.n.n
  469. .]
  470. .b(SEE ALSO:) .j(cmdfj,\'2efj)
  471. .end
  472. .com(=================================)
  473. .com( top macro topic                 )
  474. .com(=================================)
  475. .ent(cmdtop,\'2etop Macro,The )
  476. .b(SYNTAX:) \'2etop(string).n
  477. .n
  478. .b(EXPLANATION:) This .p1(macro) is used inside of \'2eent and
  479.  \'2epent entries to add .b(string) as another associated topic name
  480.  to the Search dialog box..n
  481. .n
  482. .b(EXAMPLE:).n
  483. .n
  484. .[
  485. \li720
  486. \'2epent(mouse,Pointing Devices).n
  487. \'2etop(Trackball).n
  488. \'2etop(Graphics Tablet).n
  489. \'2etop(Mouse).n
  490. \'2etop(Pointing Stick).n
  491. \'2etop(Joy Stick).n
  492. A device that moves the graphical cursor around the
  493.  screen and that allows you to select objects..n
  494. \'2eend.n.n
  495. .]
  496. .b(SEE ALSO:) .j(cmdent,\'2eent), .j(cmdpent,\'2epent).n
  497. .end
  498. .com(=================================)
  499. .com( bmp macro topic                 )
  500. .com(=================================)
  501. .ent(cmdbmp,\'2ebmp Macro,The )
  502. .b(SYNTAX:) \'2ebmp(pathname).n
  503. .n
  504. .b(EXPLANATION:)  This .p1(macro) inserts a named \'2eBMP bitmap
  505.  file on the current line.  The bitmap is positioned as though it
  506.  were just another character..n
  507. .n
  508. .b(EXAMPLE:).n
  509. .n
  510. .[
  511. \li720
  512. \'2eent(open,Open Macro File, ).n
  513. Use the \'2ebmp(openrtf\'2ebmp) Open Macro File button to open the
  514.  file..n
  515. \'2eend.n.n
  516. .]
  517. .b(SEE ALSO:) .j(cmdbmpl,\'2ebmpl), .j(cmdbmpr,\'2ebmpr).n
  518. .end
  519. .com(=================================)
  520. .com( bmpl macro topic                )
  521. .com(=================================)
  522. .ent(cmdbmpl,\'2ebmpl Macro,The )
  523. .b(SYNTAX:) \'2ebmpl(pathname).n
  524. .n
  525. .b(EXPLANATION:) This .p1(macro) inserts a named \'2eBMP bitmap
  526.  file at the far left side of the current line.  Any text following
  527.  the \'2ebmpl entry is wrapped around the bitmap..n
  528. .n
  529. .b(EXAMPLE:).n
  530. .n
  531. .[
  532. \li720
  533. \'2eent(close,Close Macro File, ).n
  534. \'2ebmpl(closertf\'2ebmp)Close the macro file and all associated
  535.  files.  Disable any menu items relating to open files..n
  536. \'2eend.n.n
  537. .]
  538. .b(SEE ALSO:) .j(cmdbmp,\'2ebmp), .j(cmdbmpr,\'2ebmpr).n
  539. .end
  540. .com(=================================)
  541. .com( bmpr macro topic                )
  542. .com(=================================)
  543. .ent(cmdbmpr,\'2ebmpr Macro,The )
  544. .b(SYNTAX:) \'2ebmpr(pathname).n
  545. .n
  546. .b(EXPLANATION:) This .p1(macro) inserts a named \'2eBMP bitmap
  547.  file at the far right side of the current line.  Any text following
  548.  the \'2ebmpr entry is wrapped around the bitmap..n
  549. .n
  550. .b(EXAMPLE:).n
  551. .n
  552. .[
  553. \li720
  554. \'2eent(keydisp,Key Information,Display ).n
  555. \'2ebmpr(keydisp\'2ebmp)The key display area shows
  556.  the scan codes that will be sent for this particular
  557.  key - unshifted, shifted, control and alternate..n
  558. \'2eend.n.n
  559. .]
  560. .b(SEE ALSO:) .j(cmdbmp,\'2ebmp), .j(cmdbmpl,\'2ebmpl).n
  561. .end
  562. .com(=================================)
  563. .com( box macro topic                 )
  564. .com(=================================)
  565. .ent(cmdbox,\'2ebox Macro,The )
  566. .b(SYNTAX:) \'2ebox.n
  567. .n
  568. .b(EXPLANATION:) This .p1(macro) draws a box around the current
  569.  paragraph.  It applies to all subsequent paragraphs up to the
  570.  \'2ebend command.  Box drawing should only be done in normal
  571.  text areas in \'2eent or \'2epent areas..n
  572. .n
  573. .b(EXAMPLE:).n
  574. .n
  575. .[
  576. \li720
  577. \'2eent(about,About HelpGen, ).n
  578. Display a box containing version information and
  579.  copyright information..n
  580. \'2en.n
  581. \'2ebox.n
  582. \'2eb(NOTE:) The integer portion of the version number
  583.  indicates a major revision and the decimal portion
  584.  indicates a minor revision..n
  585. \'2ebend.n
  586. \'2es.n
  587. All dialog boxes use icon-style pushbuttons and
  588.  graphical elements..n
  589. \'2eend.n.n
  590. .]
  591. .b(SEE ALSO:) .j(cmdbend,\'2ebend).n
  592. .end
  593. .com(=================================)
  594. .com( bend macro topic                )
  595. .com(=================================)
  596. .ent(cmdbend,\'2ebend Macro,The )
  597. .b(SYNTAX:) \'2ebend.n
  598. .n
  599. .b(EXPLANATION:) This .p1(macro) completes the box drawing that was
  600.  started with a \'2ebox command..n
  601. .n
  602. .b(EXAMPLE:) See the \'2ebox example..n
  603. .n
  604. .b(SEE ALSO:) .j(cmdbox,\'2ebox).n
  605. .end
  606. .com(=================================)
  607. .com( rem macro topic                 )
  608. .com(=================================)
  609. .ent(cmdrem,\'2erem Macro,The )
  610. .b(SYNTAX:) \'2erem(text).n
  611. .n
  612. .b(EXPLANATION:) This .p1(macro) allows comments to be inserted
  613.  into the macro file..n
  614. .n
  615. .b(EXAMPLE:).n
  616. .n
  617. .[
  618. \li720
  619. \'2erem(-----------------------------------------------).n
  620. \'2erem( Macro file for RENAULT.EXE help).n
  621. \'2erem(-----------------------------------------------).n
  622. \'2estart(main,Contents,renault\'2ebmp,Renault Help).n
  623. \'2erem(Insert table of Contents here).n
  624. \'2eend.n
  625. \'2eend_file.n.n
  626. .]
  627. .b(SEE ALSO:) .j(cmdcom,\'2ecom).n
  628. .end
  629. .com(=================================)
  630. .com( com macro topic                 )
  631. .com(=================================)
  632. .ent(cmdcom,\'2ecom Macro,The )
  633. .b(SYNTAX:) \'2ecom(text).n
  634. .n
  635. .b(EXPLANATION:) This .p1(macro) allows comments to be inserted
  636.  into the macro file.  Unlike the \'2erem macro, the comments created
  637.  with \'2ecom are also placed in the .RTF file..n
  638. .n
  639. .box
  640. Do not put \'2ecom comments in front of the \'2estart or \'2estartc
  641.  macros.  Use \'2erem instead.
  642. .bend
  643. .n
  644. .b(EXAMPLE:).n
  645. .n
  646. .[
  647. \li720
  648. \'2ecom(-----------------------------------------------).n
  649. \'2ecom( Build help topic ).n
  650. \'2ecom(-----------------------------------------------).n
  651. \'2eent(cmdbld,Build Help Topic,The ).n
  652. This is the Build help topic.\'2en.n
  653. \'2eend.n
  654. .]
  655. .n
  656. .b(SEE ALSO:) .j(cmdrem,\'2erem).n
  657. .end
  658. .com(=================================)
  659. .com( in macro topic                  )
  660. .com(=================================)
  661. .ent(cmdin,\'2ein Macro,The )
  662. .b(SYNTAX:) \'2ein.n
  663. .n
  664. .b(EXPLANATION:) This .p1(macro) starts an indented text section,
  665.  which usually contains a list of items.  The indented section is
  666.  a hanging indent, which means that the first line is indented less
  667.  than the following lines.  Each beginning line will look good if
  668.  it begins with either a number or a bullet..n
  669. .n
  670. .b(EXAMPLE:).n
  671. .n
  672. .[
  673. \li720
  674. \'2eent(sellcars,Sell Cars,How to ).n
  675. \'2ein.n
  676. \'23n(1)Find a customer.\'2en.n
  677. \'23n(2)Convince them this is the car of their dreams, no matter
  678.  how bad it is.\'2en.n
  679. \'23n(3)Close the sale.  Get their John Hancock on the bottom line.\'2en.n
  680. \'2eun.n
  681. \'2eend.n.n
  682. .]
  683. .b(SEE ALSO:) .j(cmdun,\'2eun), .j(cmdpp,\'23\'23), .j(cmdpb,\'23b), .j(cmdpn,\'23n).n
  684. .end
  685. .com(=================================)
  686. .com( un macro topic                  )
  687. .com(=================================)
  688. .ent(cmdun,\'2eun Macro,The )
  689. .b(SYNTAX:) \'2eun.n
  690. .n
  691. .b(EXPLANATION:) This .p1(macro) ends ('unindents') an indented
  692.  text section..n
  693. .n
  694. .b(EXAMPLE:) See the example for the \'2ein command..n
  695. .n
  696. .b(SEE ALSO:) .j(cmdin,\'2ein).n
  697. .end
  698. .com(=================================)
  699. .com( pound pound macro topic         )
  700. .com(=================================)
  701. .ent(cmdpp,\'23\'23 Macro,The )
  702. .b(SYNTAX:) \'23\'23.n
  703. .n
  704. .b(EXPLANATION:) This .p1(macro) represents a bullet for a list
  705.  item.  It should be followed immediately by text..n
  706. .n
  707. .b(EXAMPLE:).n
  708. .n
  709. .[
  710. \li720
  711. \'2eent(advantages,Quilt Advantages, ).n
  712. \'2es.n
  713. \'23\'23Uses no electricity.\'2en.n
  714. \'23\'23All natural construction.\'2en.n
  715. \'23\'23Reduces number of blankets needed.\'2en.n
  716. \'2eend.n.n
  717. .]
  718. .b(SEE ALSO:) .j(cmdun,\'2eun), .j(cmdpb,\'23b), .j(cmdpn,\'23n).n
  719. .end
  720. .end_file
  721.